//==============================================================================
define Sword
{
	SetSelector
	{
		TechLogic none/Copper Weapons/Bronze Weapons/Iron Weapons
		set hotspot
		{
			version
			{
				Visual Attachments C Sword Cinematic
			}
		}			
		set hotspot
		{
			version
			{
				Visual Attachments C Sword Cinematic
				ReplaceTexture attachments c sword jiaolong/attachments n sword copper
			}
		}
		set hotspot
		{
			version
			{
				Visual Attachments C Sword Cinematic
				ReplaceTexture attachments c sword jiaolong/attachments n sword bronze
			}
		}
		set hotspot
		{
			version
			{
				Visual Attachments C Sword Cinematic
				ReplaceTexture attachments c sword jiaolong/attachments n sword iron
			}
		}
	}	  
}